False Diffusion
   HOME

TheInfoList



OR:

False diffusion is a type of error observed when the upwind scheme is used to approximate the
convection Convection is single or multiphase fluid flow that occurs spontaneously due to the combined effects of material property heterogeneity and body forces on a fluid, most commonly density and gravity (see buoyancy). When the cause of the conve ...
term in
convection–diffusion equation The convection–diffusion equation is a combination of the diffusion equation, diffusion and convection (advection equation, advection) equations, and describes physical phenomena where particles, energy, or other physical quantities are transferr ...
s. The more accurate
central difference scheme In applied mathematics, the central differencing scheme is a finite difference method that optimizes the approximation for the differential operator in the central node of the considered patch and provides numerical solutions to differential equat ...
can be used for the
convection Convection is single or multiphase fluid flow that occurs spontaneously due to the combined effects of material property heterogeneity and body forces on a fluid, most commonly density and gravity (see buoyancy). When the cause of the conve ...
term, but for grids with cell Peclet number more than 2, the central difference scheme is unstable and the simpler upwind scheme is often used. The resulting error from the upwind differencing scheme has a diffusion-like appearance in two- or three-dimensional co-ordinate systems and is referred as "false diffusion". False-diffusion errors in numerical solutions of convection-diffusion problems, in two- and three-dimensions, arise from the numerical approximations of the convection term in the conservation equations. Over the past 20 years many numerical techniques have been developed to solve convection-diffusion equations and none are problem-free, but false diffusion is one of the most serious problems and a major topic of controversy and confusion among
numerical analysts Numerical may refer to: * Number * Numerical digit * Numerical analysis Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic manipulations) for the problems of mathematical analysis (as distin ...
.


Definition

False diffusion is defined as an error having a diffusion-like appearance, obtained when the ''upwind scheme'' is used in multidimensional cases to solve for the distribution of transported properties flowing non-orthogonally to one or more of the system's major axes. The error is absent when the flow is orthogonal or parallel to each major axis.


Example

In figure 1, ''u'' = 2 and ''v'' = 2 m/s everywhere so the
velocity field In continuum mechanics the flow velocity in fluid dynamics, also macroscopic velocity in statistical mechanics, or drift velocity in electromagnetism, is a vector field used to mathematically describe the motion of a continuum. The length of the f ...
is uniform and perpendicular to the
diagonal In geometry, a diagonal is a line segment joining two vertices of a polygon or polyhedron, when those vertices are not on the same edge. Informally, any sloping line is called diagonal. The word ''diagonal'' derives from the ancient Greek δΠ...
(XX). The boundary conditions for
temperature Temperature is a physical quantity that expresses quantitatively the perceptions of hotness and coldness. Temperature is measurement, measured with a thermometer. Thermometers are calibrated in various Conversion of units of temperature, temp ...
on north and west wall is 100 ̊C and for east and south wall is 0 ̊C. This region is meshed into 10×10 equal grids. Take two cases, (i) with
diffusion coefficient Diffusivity, mass diffusivity or diffusion coefficient is a proportionality constant between the molar flux due to molecular diffusion and the gradient in the concentration of the species (or the driving force for diffusion). Diffusivity is enco ...
≠ 0 and, case (ii) with diffusion coefficient = 0.


Case (i)

In this case, heat from west and south walls is carried by
convection Convection is single or multiphase fluid flow that occurs spontaneously due to the combined effects of material property heterogeneity and body forces on a fluid, most commonly density and gravity (see buoyancy). When the cause of the conve ...
flow towards north and east walls. Heat is also diffused across the diagonal XX from upper to lower triangle. Figure 2 shows the approximate temperature distribution.


Case (ii)

In this case heat from west and south walls is convected by flow towards north and east. There will be no diffusion across the diagonal XX but, when the upwind scheme is applied the results are similar to case (i) where actual diffusion is occurring. This error is known as false diffusion.


Background

In early approaches,
derivative In mathematics, the derivative of a function of a real variable measures the sensitivity to change of the function value (output value) with respect to a change in its argument (input value). Derivatives are a fundamental tool of calculus. ...
s in the '' differential form'' of the governing ''
transport equation A continuity equation or transport equation is an equation that describes the transport of some quantity. It is particularly simple and powerful when applied to a conserved quantity, but it can be generalized to apply to any extensive quantity. ...
'' were replaced by finite difference approximations, usually central differencing approximations with second order accuracy. However, for large Peclet numbers (generally > 2) this approximation gave inaccurate results. It was recognized independently by several investigators that the less expensive but only first order accurate ''upwind scheme'' can be employed but that this scheme produces results with false diffusion for multidimensional cases. Many new schemes have been developed to counter false diffusion but a reliable, accurate and economical discretisation scheme is still unavailable.


Reducing errors


Finer mesh

False diffusion with the ''upwind scheme'' is reduced by increasing the mesh density. In the results of figure 3 and 4 the false diffusion error is lowest in figure 4(b) with finer mesh size.


Other schemes

False diffusion error also can be reduced by using schemes such as the '' power law scheme'', ''
QUICK scheme In computational fluid dynamics QUICK, which stands for Quadratic Upstream Interpolation for Convective Kinematics, is a higher- order differencing scheme that considers a three-point upstream weighted quadratic interpolation for the cell face val ...
'', ''exponential scheme'', and ''SUCCA'', and others.


Improving the upwind scheme

False diffusion with the simple ''upwind scheme'' occurs because the scheme does not take into account grid/flow direction inclination. An approximate expression for the false-diffusion term in two dimensions has been given by de Vahl Davis and Mallinson(1972) where ''U'' is the resultant velocity and ''θ'' is the angle made by the velocity vector with the ''x'' direction. False diffusion is absent when the resultant flow is aligned with either of the sets of grid lines and is greatest when the flow direction is 45˚ to the grid lines.


Determining the accuracy of approximation for the convection term

Using ''
Taylor series In mathematics, the Taylor series or Taylor expansion of a function is an infinite sum of terms that are expressed in terms of the function's derivatives at a single point. For most common functions, the function and the sum of its Taylor ser ...
'' for \phi_ and \phi_P at the time ''t'' + ''kt'' are according to the upwind approximation for convection (UAC),. Neglecting the higher order in equation (2a), the error of convected flux due to this approximation is . It has the form of flux of by false diffusion with a diffusion co-efficient The subscript ''fc'' is a reminder that this is a false diffusion arising from the estimate of the convected flux at the instant t+k\,\Delta t using UAC.


''Skew upwind corner convection algorithm'' (''SUCCA'')

''SUCCA'' takes the local flow direction into account by introducing the influence of upwind corner cells into the discretized conservation equation in the general governing transport equation. In Fig 5, ''SUCCA'' is applied within nine cell grid cluster. Considering the SW corner inflow for cell P, the ''SUCCA'' equations for the convective transport of the conserved species are i.e., i.e., This formulation satisfies all the criteria of
convergence Convergence may refer to: Arts and media Literature *''Convergence'' (book series), edited by Ruth Nanda Anshen *Convergence (comics), "Convergence" (comics), two separate story lines published by DC Comics: **A four-part crossover storyline that ...
and stability. In Fig. 6, as mesh is refined, the ''upwind scheme'' gives more accurate results but ''SUCCA'' offers a nearly exact solution and is more useful in avoiding multidimensional false diffusion errors.


See also

*
Computational fluid dynamics Computational fluid dynamics (CFD) is a branch of fluid mechanics that uses numerical analysis and data structures to analyze and solve problems that involve fluid flows. Computers are used to perform the calculations required to simulate ...
*
Navier–Stokes equations In physics, the Navier–Stokes equations ( ) are partial differential equations which describe the motion of viscous fluid substances, named after French engineer and physicist Claude-Louis Navier and Anglo-Irish physicist and mathematician Geo ...
*
Numerical diffusion Numerical diffusion is a difficulty with computer simulations of continua (such as fluids) wherein the simulated medium exhibits a higher diffusivity than the true medium. This phenomenon can be particularly egregious when the system should not be ...
*
Finite volume method The finite volume method (FVM) is a method for representing and evaluating partial differential equations in the form of algebraic equations. In the finite volume method, volume integrals in a partial differential equation that contain a divergenc ...
*
Taylor series In mathematics, the Taylor series or Taylor expansion of a function is an infinite sum of terms that are expressed in terms of the function's derivatives at a single point. For most common functions, the function and the sum of its Taylor ser ...


References


Further reading

* * *{{Citation , publisher = Cambridge University Press , isbn = 9780521853262 , last = Date , first = Anil W. , title = Introduction to Computational Fluid Dynamics , year = 2005 Computational fluid dynamics Numerical differential equations Numerical artefacts